SftTree/NET 2.0

ScrollbarVertical Property, SftTree Class

Softel vdm, Inc.

Defines the display of the vertical scroll bar.

Syntax      SftTree Class (Softelvdm.SftTreeNET)

VB   

Public Property ScrollbarVertical As ScrollStyleEnum

C#   

public ScrollStyleEnum ScrollbarVertical { get; set; }

C++   

public: property ScrollStyleEnum ScrollbarVertical {
        ScrollStyleEnum get();
        void set(ScrollStyleEnum value);
}

Property Value

The display of the vertical scroll bar.

ScrollStyleEnum

Value

Description

Visible

0

The scroll bar is always visible. If scrolling is not possible, the scroll bar is grayed.

Conditional

1

The scroll bar is only visible if scrolling is possible. If scrolling is not possible, the scroll bar is hidden.

Hidden

2

The scroll bar is never visible even if scrolling is possible.

The default value is ScrollStyleEnum.Visible.

Comments

The ScrollbarVertical property defines the display of the vertical scroll bar.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com